NDepend.API Documentation
Concat<TElement>(TElement,IEnumerable<TElement>) Method
NDepend.Helpers Namespace > ExtensionMethodsEnumerable Class > Concat Method : Concat<TElement>(TElement,IEnumerable<TElement>) Method
The type of element.
The first element in the returned enumerable.
The last elements in the returned enumerable.
Gets an enumerable object that contains first element and then elements of elements, in this order.
Syntax

Parameters

element
The first element in the returned enumerable.
elements
The last elements in the returned enumerable.

Type Parameters

TElement
The type of element.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsEnumerable Class
ExtensionMethodsEnumerable Members
Overload List